| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function FromGraphics( _ ByVal graphics As IEnumerable(Of Graphic), _ ByVal renderer As IRenderer _ ) As GraphicsLayer | |
| C# | |
|---|---|
public static GraphicsLayer FromGraphics( IEnumerable<Graphic> graphics, IRenderer renderer ) | |
Parameters
- graphics
- A collection of graphics.
- renderer
- The renderer used to render the features.
Target Platforms:Windows Phone 7